Mutual Exclusion

互斥:在计算机科学中

常用释义

词性释义

互斥:在计算机科学中,指一种同一时间只允许一个进程或线程访问共享资源的机制。
例句
  • 全部
1·They provide a means of mutual exclusion (hence the name).
他们提供了一种相互排斥的方法(互斥对象即由此得名)。
2·When mutual exclusion with interrupt handlers is required.
当需要与中断服务程序互斥时。
3·Mutual exclusion can be achieved with the use of a semaphore or mutex.
互斥现象能由使用信号灯或互斥完成。
4·A data structure for mutual exclusion, also known as a binary semaphore.
表现互斥现象的数据结构,也被当作二元信号灯。
5·"Selection for mutual exclusion" is another, preferable designation.
“互斥选择”,是另一种更为可取的叫法。
6·Any access to a collection of events is guarded by a mutual exclusion object.
任何对一组事件的访问都由一个互斥对象来保护。
7·Difference between mutual exclusion and blocked-IO in kernel programming?
在内核编程的互斥和阻塞的IO的区别?
8·It ensures mutual exclusion among threads but also interrupt handling code.
可以保证线程与中断服务代码的互斥。
9·A new algorithm has been proposed to resolve the distributed mutual exclusion problem.
提出了一种新的分布式互斥算法。
10·There's a loophole when synchronizing on a mutable field, however, which can break down mutual exclusion.
然而,易变域的同步中会有一个漏洞,它可能破坏互斥。
同义词
互斥;互斥现象